home *** CD-ROM | disk | FTP | other *** search
/ mac CD 73 / Image.iso / macware / Switch-It 3.1 Folder / Support for Mac OS 8.5 < prev    next >
Text File  |  2000-06-25  |  2KB  |  31 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. Switch-It 3.1 - Support for Mac OS 8.5
  7.  
  8. Switch-It is fully compatible with all system versions from System 7 through Mac OS 8.5 and later.
  9.  
  10. However, Mac OS 8.5 introduces its own built-in Application Switcher, which provides the user with an optional floating palette of running applications (brought up by "tearing-off" the Application system menu), and with a basic keyboard-based application switching feature (Command-Tab by default).
  11.  
  12. Still, the new system-level Application Switcher doesn't implement most of Switch-It's powerful features, such as:
  13. •  displaying the running applications in front-to-back order, which gives quicker access to the most recently used applications, and is specially convenient to toggle between the two last-frontmost applications,
  14. •  allowing the user to easily quit and hide/show any number of running applications,
  15. •  providing a visual feedback through a "pop-up" dialog window, from which you can select the application you wish to switch to, open its information window, or reveal it in the Finder.
  16.  
  17. Nevertheless, it is absolutely possible to keep on using Switch-It under Mac OS 8.5, as long as the built-in Application Switcher's key combination (Command-Tab) is turned off, as it interferes with Switch-It's own default. Please note that this has to be done only once and for all, and is only useful for Mac OS 8.5 and later.
  18.  
  19. For that purpose, Switch-It's control panel now includes a menu item called “Toggle "Application Switcher"...” located in its new “System” menu, which lets you toggle on and off the current system setting. For your information, what is does is functionally equivalent to the following AppleScript:
  20.  
  21. tell the application "Application Switcher"
  22.     copy the keyboard cycling active to currentState
  23.     set the keyboard cycling active to not currentState
  24. end tell
  25.  
  26. Alternatively, you can modify the keyboard shortcut (for instance, change it to Control-Tab) or disable the feature entirely (same as above), through the new Mac OS Help browser (open the link: "Files and Programs", then: "Switching between open programs"). From there, you can also learn more about the new system built-in Application Switcher.
  27.  
  28.  
  29. Copyright 1999-2000 Michel MARIANI <mikaeru@worldnet.fr>
  30. Mikaeru Software: <http://home.worldnet.fr/mmariani/mikaeru/soft.html>
  31.